@charset "utf-8";




.c-kv-main-note {
	font-size: 1.1rem;
	text-align: right;
	padding: 10px;
	display: block;
}

.l-banner__3point {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.l-banner__3point > div {
	width: calc(100% / 3);
	opacity: 0;
}

.l-banner__3point p {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.l-banner__3point p em {
	vertical-align: bottom;
}

.l-banner__3point p small {
	font-size: 1.3rem;
}

.l-banner__3point > div:nth-of-type(1) em {
	color: #EBC965;
	font-size: 5rem;
	line-height: 0;
	letter-spacing: -.05em;
	vertical-align: -.05em;
	text-shadow: 0 0 10px #EBC965;
	margin: 0 .05em;
	display: inline-block;
}

.l-banner__3point > div:nth-of-type(2) {
	border-right: 1px solid rgba(255,255,255,.75);
	border-left: 1px solid rgba(255,255,255,.75);
}

.l-banner__3point > div:nth-of-type(2) em {
	color: #EBC965;
	font-size: 2.2rem;
	text-shadow: 0 0 10px #EBC965;
}

.l-banner__3point > div:nth-of-type(1) {
	animation: anime_3point 2s .5s both;
}

.l-banner__3point > div:nth-of-type(2) {
	animation: anime_3point 2s .5s both;
	animation-delay: 1s;
}

.l-banner__3point > div:nth-of-type(3) {
	animation: anime_3point 2s .5s both;
	animation-delay: 1.5s;
}

@keyframes anime_3point {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*.is-home .g-hapia-nav {
	position: absolute;
	bottom: 0;
	left: 0;
}*/

.is-home .g-container {
	padding: 65px 0 0 0;
	/*background: transparent;*/
	background: url(../../img/global/bg_01.jpg) repeat center / 100% auto;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
	margin: 0 0 0 0;
}

.is-home .g-footer {
	/*	position: fixed;
	bottom: 0;
	left: 0;*/
}

.is-home .g-footer-inner {
	display: none;
}

.is-home .g-footer-nav_button {
	display: inline-block;
}

.is-home .g-footer-pagetop {
	bottom: 75px;
}

.l-loading {
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #01255b), to(#050f1e));
	background: linear-gradient(to bottom, #01255b 1%, #050f1e 100%);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 9999;
	text-align: center;
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 5000;
}

.anim-4 .l-loading {
	opacity: 0;
}

.g-wrap {
	position: relative;
}

.c-op-skip {
	color: rgba(255, 255, 255, .8);
	text-align: center;
	letter-spacing: .25em;
	width: 110px;
	padding: 10px 0;
	display: block;
	border-top: 3px double rgba(255, 255, 255, .25);
	border-bottom: 3px double rgba(255, 255, 255, .25);
	position: absolute;
	bottom: 80px;
	right: 40px;
	z-index: 10000;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
}


/* ---------------------------------------------------------------------------------------------------- */

.l-loading .l-loading-logo {
	width: 50%;
	display: inline-block;
	position: absolute;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	z-index: 0;
	/*
	animation: load-logo 2s ease-out 1s forwards;
	*/
	text-align: center;
	-webkit-transition: 14s;
	transition: 14s;
}

.anim-1 .l-loading .l-loading-logo {
	opacity: 1;
}

.anim-2 .l-loading .l-loading-logo {
	opacity: 0;
}

.l-loading .l-loading-text {
	width: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 0;
	/*
	-webkit-animation: load-logo 3s ease-out 3s forwards;
	*/
	-webkit-animation: load-logo 3s ease-out 3s forwards;
	animation: load-logo 3s ease-out 3s forwards;
	text-align: center;
}

.anim-2 .l-loading .l-loading-text {
	opacity: 1;
}

.anim-3 .l-loading .l-loading-text {
	opacity: 0;
}

.l-loading .l-loading-text_2 {
	width: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 0;
	/*
	-webkit-animation: load-logo 2s ease-out 4s forwards;
	*/
	-webkit-animation: load-logo 2s ease-out 4s forwards;
	animation: load-logo 2s ease-out 4s forwards;
	text-align: center;
}

.anim-3 .l-loading .l-loading-text_2 {
	opacity: 1;
}


/*
@-webkit-keyframes load-logo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes load-logo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
*/

.
/*l-loading:before,
.l-loading:after {
	content: '';
	width: 100%;
	height: 600px;
	background: #f7f6f2;
	position: absolute;
	z-index: 10;
}

.l-loading:before {
	top: 0;
	left: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: translate(0, -200px) skewY(-15deg);
	transform: translate(0, -200px) skewY(-15deg);
	-webkit-animation: load-left 3s ease-out .5s forwards;
	animation: load-left 3s ease-out .5s forwards;
}

@-webkit-keyframes load-left {
	0% {
		-webkit-transform: translate(0, -200px) skewY(-15deg);
		transform: translate(0, -200px) skewY(-15deg);
	}
	100% {
		-webkit-transform: translate(-200px, -100px) skewY(-35deg);
		transform: translate(-200px, -100px) skewY(-35deg);
	}
}

@keyframes load-left {
	0% {
		-webkit-transform: translate(0, -200px) skewY(-15deg);
		transform: translate(0, -200px) skewY(-15deg);
	}
	100% {
		-webkit-transform: translate(-200px, -100px) skewY(-35deg);
		transform: translate(-200px, -100px) skewY(-35deg);
	}
}

.l-loading:after {
	bottom: 0;
	right: 0;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: translate(0, 200px) skewY(-15deg);
	transform: translate(0, 200px) skewY(-15deg);
	-webkit-animation: load-right 3s ease-out .5s forwards;
	animation: load-right 3s ease-out .5s forwards;
}

@-webkit-keyframes load-right {
	0% {
		-webkit-transform: translate(0, 200px) skewY(-15deg);
		transform: translate(0, 200px) skewY(-15deg);
	}
	100% {
		-webkit-transform: translate(200px, 100px) skewY(-35deg);
		transform: translate(200px, 100px) skewY(-35deg);
	}
}

@keyframes load-right {
	0% {
		-webkit-transform: translate(0, 200px) skewY(-15deg);
		transform: translate(0, 200px) skewY(-15deg);
	}
	100% {
		-webkit-transform: translate(200px, 100px) skewY(-35deg);
		transform: translate(200px, 100px) skewY(-35deg);
	}
}*/

/* ------------------------------------------------------------------------------------------------
* Local guide
* ------------------------------------------------------------------------------------------------ */

.l-map {
	display: none;
}

.l-scene-title .e-sub,
.l-scene-title .e-main {
	color: #000;
}

.l-scene-title.is-textcolor-white .e-sub,
.l-scene-title.is-textcolor-white .e-main {
	color: #fff;
}

.l-scene-title .e-sub:after {
	background: rgba(0, 0, 0, .25);
}

.l-scene-title.is-textcolor-white .e-sub:after {
	background: rgba(255, 255, 255, .25);
}

.l-scene-title-mid {
	color: #000;
}

.l-map .u-inner {
	padding-top: 100px;
	padding-bottom: 120px;
}

.l-map #map {
	text-align: center;
	width: 1000px;
	margin: 0 auto 20px;
}

.l-map .l-scene-title-mid .e-note {
	font-size: 1.6rem;
	letter-spacing: .15em;
	display: block;
}

.l-map .inner-title,
.l-map .holder,
.l-map .print-btn {
	display: none;
}

.l-map #map_canvas {
	height: 300px;
}

.l-map .search-head-inbox {
	letter-spacing: -.4em;
	padding: 30px 0 15px;
}

.l-map .l-map-input {
	font-size: 1.5rem;
	letter-spacing: 0;
	width: 400px;
	min-height: 40px;
	padding: 0 10px;
	border: 1px solid #9f9f9f;
	border-radius: 6px 0 0 6px;
	background: #f4f4f4;
}

.l-map .l-map-button {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	min-height: 40px;
	padding: 0 20px;
	background: transparent;
	border-radius: 50px;
	border: 1px solid #af0445;
	color: #af0445;
}

.l-map-button-modal {
	text-align: center;
	margin: 0 0 60px;
}

.l-map-button-modal .e-link {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
}

.l-map-button-modal .e-link:before {
	content: '';
	width: 17px;
	height: 17px;
	display: block;
	background: url(../../img/global/arrow-01.png) no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.l-map .l-scene-button:before {
	color: #000;
}



/* ------------------------------------------------------------------------------------------------
*KV
* ------------------------------------------------------------------------------------------------ */

.l-kv {
	/*	background: url(../../img/home/l_kv.jpg) no-repeat center bottom / 100% auto;

	height: calc(100vh - 65px);*/
	background-size: cover;
	position: relative;
}

.l-kv .is-pc {
	display: block;
}

.l-kv .is-sp {
	display: none;
}

.slick-slide img {
	width: 100%;
}

.l-kv_sp {
	display: none;
}

.l-banner {
	text-align: center;
	background: #050f1e;
	padding: 20px 0 20px 0;
	position: static;
	bottom: 0;
	width: 100%;
	/*	display: none;*/
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 0.5rem;
	overflow: hidden;
}

.l-kv .l-banner {
	display: block;
}

.l-banner .l-copy {
	display: inline-block;
	vertical-align: middle;
	font-size: 5rem;
}

.l-banner .is-border {
	padding: 10px 20px;
	display: inline-block;
	border: 3px double #fff;
	margin-left: 20px;
	font-size: 4rem;
	vertical-align: middle;
}

.l-banner.is-sub {
	min-height: 90px;
	padding: 6% 0 0;
	background: #a38506;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
	position: relative;
}

.l-banner.is-sub:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(255,255,255,.25);
	position: absolute;
	top: 0;
	left: 0;
}

.l-banner.is-sub:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(0,0,0,.25);
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-banner.is-sub p {
	font-size: 3.6rem;
	line-height: 0;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,.75);
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(.05deg);
}

.l-banner.is-sub p:before,
.l-banner.is-sub p:after {
	content: '';
	width: 80px;
	padding: 2% 0 0;
	display: block;
	background: url("../../img/home/ornament-01.png") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
}

.l-banner.is-sub p:before {
	left: calc(50% - 10.5em);
	transform: translateY(-50%);
}

.l-banner.is-sub p:after {
	right: calc(50% - 10.5em);
	transform: translateY(-50%) scaleX(-1);
}

.l-kv_title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-kv_title_0 {
	position: absolute;
	width: 1110px;
	height: 235px;
	top: 1.2%;
	left: 5%;
	right: 0;
	margin: auto;
	top: -75%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


.l-kv_title_2 {
	/*	position: absolute;
	width: 473px;
	height: 111px;
	bottom: 13%;
	left: 0;
	right: 0;
	margin: auto;*/
	position: absolute;
	width: 203px;
	height: 48px;
	/* bottom: 0; */
	left: 10px;
	/* right: 0; */
	margin: auto;
	top: 20px;
}

.l-caption {
	/*	background: transparent;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 1.1rem;
	line-height: 1.3;*/
}

.l-caption .u-inner {
	background: transparent;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 1.1rem;
	line-height: 1.3;
}

.l-kv_caption {
	position: absolute;
	bottom: 116px;
	left: 10px;
	font-size: 1rem;
	color: #000;
	padding: 3px;
	text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0,
		/*右下、左上*/
		#ffffff -1px 1px 0, #ffffff 1px -1px 0,
		/*右上、左下*/
		#ffffff 0px 1px 0, #ffffff 0-1px 0,
		/*右、左*/
		#ffffff -1px 0 0, #ffffff 1px 0 0;
	/*上、下*/
}

/* ------------------------------------------------------------------------------------------------
*l-Bottom-nav
* ------------------------------------------------------------------------------------------------ */

.l-Bottom-nav {
	width: 100%;
	background-color: rgba(20, 20, 20, .9);
	margin-top: 80px;
}

.l-Bottom-nav .u-inner {
	background: none;
	padding: 40px 0;
	margin: 0 auto;
}

.l-Bottom-nav_list {
	display: block;
	letter-spacing: -.5rem;
	margin: -10px;
}

.l-Bottom-nav_item {
	text-align: center;
	letter-spacing: 0.8px;
	display: inline-block;
	width: 20%;
	padding: 10px 10px;
	position: relative;
}

/*
.l-Bottom-nav_item:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(../../img/global/arrow_W.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 10%;
	top: 45%;
}
*/

.l-Bottom-nav_item:nth-child(8):before,
.l-Bottom-nav_item:nth-child(7):before,
.l-Bottom-nav_item:nth-child(6):before,
.l-Bottom-nav_item:nth-child(5):before,
.l-Bottom-nav_item:nth-child(4):before,
.l-Bottom-nav_item:nth-child(3):before,
.l-Bottom-nav_item:nth-child(2):before,
.l-Bottom-nav_item:nth-child(1):before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(../../img/global/arrow_W.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 10%;
	top: 45%;
}

.l-Bottom-nav_item a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 3px double #fff;
	padding: 45px 0 40px 0;
	max-height: 135px;
}

.l-Bottom-nav_item .e-link.js-link-invalid {
	cursor: default;
	opacity: .65;
}

.l-Bottom-nav .l-text {
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.l-Bottom-nav .l-text_eng {
	font-size: 1.3rem;
	padding-bottom: 10px;
}

.l-Bottom-nav .l-text_eng_small {
	color: #b28f31;
	font-size: 1.1rem;
	display: inherit;
}

.l-Bottom-nav .l-text_eng_small span {
	border: 1px solid #b28f31;
	padding: 0 3px;
}

/* ------------------------------------------------------------------------------------------------
*access
* ------------------------------------------------------------------------------------------------ */

.l-access {}


/* ------------------------------------------------------------------------------------------------
*concept-2
* ------------------------------------------------------------------------------------------------ */

.l-concept2 {}

.l-concept2 .l-section_text {
	line-height: 1.6;
	padding-bottom: 40px;
}

.l-concept2 .l-colom_container {
	display: block;
	vertical-align: top;
	letter-spacing: -5px;
	margin: 0px -40px 0px 0;
}

.l-concept2 .l-colom_container.is-2line .l-colom_item {
	width: 50%;
	overflow: hidden;
	padding: 0 40px 0 0;
	letter-spacing: 0.7px;
	display: inline-block;
	line-height: 1.6;
}

.l-concept2 .l-colom_container.is-2line .l-colom_item .l-section_text {
	padding-bottom: 20px;
}

.l-concept2 .l-colom_container.is-2line.is-inner {
	display: block;
	vertical-align: top;
	letter-spacing: -5px;
	margin: 0px -20px 0px 0;
}

.l-concept2 .l-colom_container.is-2line.is-inner .l-colom_item {
	width: 50%;
	overflow: hidden;
	padding: 0 20px 0 0;
	letter-spacing: 0.7px;
	display: inline-block;
}

.l-concept2 .is-caption {
	font-size: 1rem;
	margin-top: -10px;
	letter-spacing: 0;
	text-align: right;
}

.l-concept2 .l-colom_container.is-2line.is-inner .is-left {
	max-width: 180px;
}

.l-concept2 .l-colom_container.is-2line.is-inner .is-right {
	min-width: 305px;
}

.l-concept2 .l-colom_container.is-2line.is-inner.is-height {
	margin-top: 22px;
}

.l-concept2 .l-container {
	border-top: 1px solid #a8976d;
	padding: 40px 0 0 0;
}

/* ------------------------------------------------------------------------------------------------
*btn
* ------------------------------------------------------------------------------------------------ */

.is-home .l-btn_container {
	margin: 0 auto;
	margin-top: -40px;
	max-width: 1080px;
}

/* ------------------------------------------------------------------------------------------------
*info
* ------------------------------------------------------------------------------------------------ */

.l-information .u-inner {}

.g-news-scroll {
	margin-bottom: 20px;
	overflow: auto;
	max-height: 200px;
	padding: 10px 0;
}

.g-news-scroll dl {}

.g-news-scroll dt {
	display: table-cell;
	padding: 0 30px 20px 0;
}

.g-news-scroll dd {
	display: table-cell;
	line-height: 1.6;
	padding: 0 0 20px 0;
}

.g-news-scroll dd span {
	display: block;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------
* Map
* ------------------------------------------------------------------------------------------------ */

.l-map {
	text-align: center;
}

.l-map #map {
	width: 100%;
}

.l-map #map_canvas {
	height: 230px;
}

.l-map .search-head-inbox {
	padding: 20px 0 10px 0;
}

.l-map .l-map-input {
	font-size: 1.6rem;
	/*		width: 65%;
	margin: 0 0 10px;*/
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 15px 10px;
}

.l-map .l-map-button {
	font-size: 1.2rem;
	/*width: 35%;*/
	width: 100%;
	padding: 0;
}

.l-map .l-scene-title-mid {
	font-size: 1.7rem;
	line-height: 1.5;
}

.l-map .l-scene-title-mid .e-note {
	font-size: 1.1rem;
}

.l-map .l-scene-button {
	margin-top: -100px;
	bottom: auto;
}

.l-map {
	display: none;
}

.l-map .u-inner {
	padding: 30px 10px;
}

.l-search_btn-container {
	display: block;
	letter-spacing: -.5rem;
	margin: 20px -20px 10px 0px;
}

.l-search_btn-container li {
	display: inline-block;
	width: 50%;
	letter-spacing: 0.8px;
	padding: 0 20px 0 0;
}

.l-map .is-google_btn {
	padding: 15px 0 0 0;
}

.l-map a {
	text-decoration: none;
}

.l-map .is-location_btn {
	padding: 15px 0 0 0;
	color: #7d672e;
	border-color: #7d672e;
}


/*ADD 181213*/

.l-home_banner {
	padding: 40px 0 0 0;
	text-align: center;
	margin: 0 auto;
}

.l-subtitle-min {
	color: #B18E31;
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 35px;
}

/* ------------------------------------------------------------------------------------------------
* Video
* ------------------------------------------------------------------------------------------------ */
.l-video {
	background: rgba(10, 10, 10, .95);
}

.l-video .l-scene-title-mid {
	font-size: 1.75vw;
	line-height: 1.35;
	margin: 0 0 1.5vh;
}

.video-wrap {
	text-align: center;
	margin: 0 auto;
}

.video-inner {
	width: 100%;
	margin: 0 auto;
	/*	padding-top: 28.25%;*/
	position: relative;
}

.video-wrap video {
	width: 100%;
	height: 100%;
	/*	position: absolute;
	top: 0;
	left: 0;*/
}

.l-access-wrap {
	/*	width: 55vw;*/
	display: table;
	table-layout: fixed;
	/*	margin: 0 auto 100px;*/
	padding: 20px 0 0;
}

.l-access-item {
	display: table-cell;
}

.l-access-item img {
	width: 100%;
}

.l-floating {
	width: 440px;
	/*height: 253px;*/
	border-radius: 0;
	position: fixed;
	top: 13%;
	right: 0;
	z-index: 4000;
	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);*/
	transition: all 1s;
}

.is-section-close .l-floating {
	-webkit-transform: translate(100%, 0%) !important;
	-ms-transform: translate(100%, -0%) !important;
	transform: translate(100%, -0%) !important;
}

.is-section-close .l-floating.is-fix {
	-webkit-transform: translate(100%, -0%) !important;
	-ms-transform: translate(100%, -0%) !important;
	transform: translate(100%, -0%) !important;
}

.l-floating:before {
	content: '';
	font-size: 1.3rem;
	font-weight: 700;
	position: absolute;
	top: -1.5em;
	left: 5px;
}

.l-floating.is-fix {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.l-floating.floating-hide {
	-webkit-transform: translate(110%, -50%);
	-ms-transform: translate(110%, -50%);
	transform: translate(110%, -50%);
}

.is-section-close .l-floating.floating-hide {
	-webkit-transform: translate(116%, -50%) !important;
	-ms-transform: translate(116%, -50%) !important;
	transform: translate(116%, -50%) !important;
}

.l-floating-image {
	/*
	position: absolute;
	*/
	display: none;
	z-index: 10;
}

.l-floating-image img {
	width: 100%;
}

.l-floating-image img.u-hide-media {
	display: block !important;
}

.l-floating-image img.u-show-media {
	display: none !important;
}

.l-floating-image.is-base {
	display: inline-block;
	z-index: 0;
}

.l-floating-image .e-img {
	max-height: 225px;
}

.l-floating .js-close {
	text-align: center;
	min-width: 20px;
	min-height: 20px;
	background: #ddd;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	cursor: pointer;
}

.l-floating .js-close:before {
	content: '×';
	font-size: 2.2rem;
	font-weight: 700;
}

.is-section-close .l-floating .js-close:before {
	content: 'OPEN';
	font-size: 1.3rem;
	font-weight: 400;
	padding: 2px 5px 0;
	display: inline-block;
}


.l-banner_movie {
	position: fixed;
	top: 8%;
	right: 0%;
	z-index: 10;
}

.l-banner_movie a {
	display: block;
}

/* ------------------------------------------------------------------------------------------------
* Modal
* ------------------------------------------------------------------------------------------------ */
.l-modal-cover {
	width: 100%;
	height: 100%;
	background: rgba(5, 15, 30, .75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	cursor: pointer;
}

/*
.l-modal-cover:after {
	content: '閉じる';
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	padding: 30px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
*/

.l-modal {
	width: 75%;
	max-width: 1000px;
	/*
	width: 80%;
	max-width: 1400px;
	max-height: calc(100vh - 160px);
	*/
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10010;
	display: none;
	/*overflow-y: scroll;*/
}

.l-modal .js-modal-close {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #000;
	border: 2px solid rgba(255,255,255,.75);
	box-shadow:
		0 0 5px 0 rgba(0,0,0,1),
		0 0 15px 0 rgba(0,0,0,1)
	;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	cursor: pointer;
	transform: translate(50%,-50%);
	transition: .2s;
}

.l-modal .js-modal-close:hover {
	background: #333;
}

.l-modal .js-modal-close:before,
.l-modal .js-modal-close:after {
	content: '';
	width: 30px;
	height: 4px;
	display: block;
	background: #fff;
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.l-modal .js-modal-close:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.l-modal .js-modal-close i {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.l-modal img {
	width: 100%;
}
